home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / The Treasure Hunt / PLAY.Dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1994-09-16  |  229 b   |  11 lines

  1. on exitFrame
  2.   if the machineType = 256 then
  3.     set the soundLevel to 3
  4.     set d to char 1 to 3 of the pathName
  5.     go(1, d & "TH_PC\OMNIPLAY")
  6.   else
  7.     set the soundLevel to 5
  8.     go(1, "THUNT:TH_MAC:OMNIPLAY")
  9.   end if
  10. end
  11.